home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2002 February / PC-WELT 02-2002.ISO / software / hw / musikcd / AUDAC.EXE / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2001-11-15  |  1.3 KB  |  33 lines

  1. ;InnoSetupVersion=2.0.11
  2. [Setup]
  3. AppName=Audacity
  4. AppVerName=Audacity 0.97
  5. AppId=Audacity
  6. AppPublisherURL=http://audacity.sourceforge.net
  7. AppSupportURL=http://audacity.sourceforge.net
  8. AppUpdatesURL=http://audacity.sourceforge.net
  9. DefaultDirName={pf}\Audacity
  10. DefaultGroupName=Audacity
  11. OutputBaseFilename=setup
  12. Compression=zip
  13. PrivilegesRequired=none
  14. LicenseFile=embedded\License.txt
  15. InfoBeforeFile=embedded\InfoBefore.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\audacity,1.exe"; DestDir: "{app}"; DestName: "audacity.exe"; 
  20. Source: "{app}\audacity,2.exe"; DestDir: "{app}"; DestName: "audacity.exe"; 
  21. Source: "{app}\audacity-help.htb"; DestDir: "{app}"; 
  22. Source: "{app}\LICENSE.txt"; DestDir: "{app}"; 
  23. Source: "{app}\README.txt"; DestDir: "{app}"; 
  24. Source: "{app}\Freeverb-readme.txt"; DestDir: "{app}"; 
  25. Source: "{app}\Freeverb2.dll"; DestDir: "{app}"; 
  26. [Run]
  27. Filename: "{app}\audacity.exe"; Description: "Launch Audacity"; Flags: postinstall skipifsilent nowait
  28. [Icons]
  29. Name: "{group}\Audacity"; Filename: "{app}\audacity.exe"; 
  30. Name: "{userdesktop}\Audacity"; Filename: "{app}\audacity.exe"; Tasks: desktopicon; 
  31. [Tasks]
  32. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  33.